In This Topic
Sets the play count. A non-negative integer represents the number of times the animation is played. A negative integer indicates that the animation is infinitely repeated. This value is ignored for animation types of
PDF3DAnimationStyle.NONE
Syntax
public void setPlayCount(
int
)
|
Parameters
- value
- An integer specifying the play count for this animation.
See Also